Complete Chain Rule Magic ✨

Master all 9 exercises with these colorful, step-by-step solutions!

Problem 1: If \( u(x, y) = x^2y + 3xy^4 \), \( x = e^t \) and \( y = \sin t \), find \( \frac{du}{dt} \) and evaluate it at \( t = 0 \).
u(x, y)
x²y + 3xy⁴
x(t)
eᵗ
y(t)
sin t
du/dt = (∂u/∂x)(dx/dt) + (∂u/∂y)(dy/dt)
Step 1: Find partial derivatives of u
\( \frac{\partial u}{\partial x} = \frac{\partial}{\partial x}(x^2y + 3xy^4) = 2xy + 3y^4 \)
\( \frac{\partial u}{\partial y} = \frac{\partial}{\partial y}(x^2y + 3xy^4) = x^2 + 12xy^3 \)
Step 2: Find derivatives of x and y with respect to t
\( \frac{dx}{dt} = \frac{d}{dt}(e^t) = e^t \)
\( \frac{dy}{dt} = \frac{d}{dt}(\sin t) = \cos t \)
Step 3: Apply the chain rule
\( \frac{du}{dt} = \frac{\partial u}{\partial x}\frac{dx}{dt} + \frac{\partial u}{\partial y}\frac{dy}{dt} \)
\( = (2xy + 3y^4)e^t + (x^2 + 12xy^3)\cos t \)
Step 4: Substitute x = eᵗ and y = sin t
\( = (2e^t \sin t + 3\sin^4 t)e^t + (e^{2t} + 12e^t \sin^3 t)\cos t \)
\( = 2e^{2t} \sin t + 3e^t \sin^4 t + e^{2t} \cos t + 12e^t \sin^3 t \cos t \)
Step 5: Evaluate at t = 0
At t = 0: x = e⁰ = 1, y = sin 0 = 0
\( \frac{du}{dt}\bigg|_{t=0} = (2(1)(0) + 3(0)^4)e^0 + (1^2 + 12(1)(0)^3)\cos 0 \)
\( = (0 + 0)(1) + (1 + 0)(1) = 1 \)
Final Answer: \( \frac{du}{dt}\bigg|_{t=0} = \boxed{1} \)